<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* =====================新闻中心样式======================== */

/* 新闻列表 s */
.newslist_con {
	padding: 0.4rem 0;
}

.newslist_con ul {
	margin-top: 0.3rem;
}

.newslist_con ul li {
	float: left;
	width: 32%;
	margin: 0 2% 2% 0;
}

.newslist_con ul li:nth-child(3n) {
	margin-right: 0;
}

.newslist_con ul li a {
	display: block;
}

.newslist_con ul li a .pic {
	position: relative;
	width: 100%;
	padding-top: 62.5%;
	overflow: hidden;
}

.newslist_con ul li a .pic img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.newslist_con ul li:hover a .pic img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
}

.newslist_con ul li a .text {
	padding-right: 0.2rem;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.newslist_con ul li a .text .time {
	display: block;
	font-size: 16px;
	margin: 20px 0 15px;
}

.newslist_con ul li a .text h3 {
	font-size: 22px;
	line-height: 1.3;
	overflow: hidden;
	white-space: nowrap;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.newslist_con ul li:hover a .text h3{
	color: #ACCE22;
}

.newslist_con ul li a .text .info {
	margin-top: 10px;
	color: #8e8e8e;
	font-size: 16px;
	line-height: 25px;
	height: 50px;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.newslist_con ul li a .text .more {
	position: relative;
	display: inline-block;
	zoom: 1;
	font-size: 14px;
	color: #666;
	padding: 8px 40px 8px 30px;
	background: url(../images/right-b.png) no-repeat 94px center;
	-o-background-size: 10px;
	background-size: 10px;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 20px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	margin-top: 0.3rem;
}
.newslist_con ul li:hover a .text .more {
	color: #fff;
	background-color: #ACCE22;
	border-color: #ACCE22;
}
/* 新闻列表 e */



/* 新闻详情 s */
.news_con{}
.news_con .news_fl{
	width: -webkit-calc(100% - 400px);
	width: -moz-calc(100% - 400px);
	width: calc(100% - 400px);
	letter-spacing: 1px;
	padding-right: 7%;
	border-right: 1px solid #efefef;
	padding-bottom: 0.8rem;
}
.news_con .news_fl .tit{
	position: relative;
	border-bottom: 1px solid rgba(193, 189, 189, 0.4);
	padding-bottom: 0.35rem;
	margin-bottom: 0.4rem;
}
.news_con .news_fl .tit h3{
	color: #111;
	line-height: 1.6;
	font-size: 32px;
	margin-bottom: 14px;
	margin-top: 0;
	font-weight: 400;
}
.news_con .news_fl .tit span{
	text-transform: uppercase;
	font-size: 14px;
	color: rgba(17, 17, 17, 0.88);
}
.news_con .news_fl .con{
	font-size: 16px;
	line-height: 2;
	color: #111;
}
.news_con .news_fl .con img{
	display: inline-block;
}

.news_con .news_fr{
	position: relative;
	width: 380px;
}
.news_con .news_fr h4{
	display: block;
	font-size: 20px;
	line-height: 1.4;
	color: #111;
	margin-bottom: 0.3rem;
}
.news_con .news_fr ul{}
.news_con .news_fr ul li{
	width: 100%;
	margin-bottom: 0.3rem;
	overflow: hidden;
}
.news_con .news_fr ul li a{}
.news_con .news_fr ul li .pic{
	position: relative;
	width: 140px;
	height: 88px;
	margin-right: 20px;
	overflow: hidden;
}
.news_con .news_fr ul li img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.news_con .news_fr ul li p{
	width: -webkit-calc(100% - 160px);
	width: -moz-calc(100% - 160px);
	width: calc(100% - 160px);
	height: 54px;
	display: block;
	font-size: 15px;
	line-height: 1.8;
	color: rgba(17, 17, 17, 0.8);
	margin-top: 10px;
	margin-bottom: 0;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.news_bot{
	border-top: 1px solid #efefef;
	padding-top: 0.4rem;
}
.news_bot a{
	width: 48%;
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	color: #111;
	letter-spacing: 0.5px;
}
.news_bot a:hover{
	color: #ACCE22;
}
.news_bot a span{
	margin: 0 10px;
}
.news_bot a p{
	width: -webkit-calc(100% - 90px);
	width: -moz-calc(100% - 90px);
	width: calc(100% - 90px);
}
.news_bot a.fr p {
    text-align: right;
}
/* 新闻详情 e */


/* 公司介绍 s */
/* 公司介绍 e */


/* 公司介绍 s */
/* 公司介绍 e */


/* 公司介绍 s */
/* 公司介绍 e */



/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px) {
	/* 1600 × (900/1024/1200) */
}

@media all and (max-width:1599px) {
	/* 1440 × (900/1050) */
}

@media all and (max-width:1439px) {
	/* 1360 × (768) */
}

@media all and (max-width:1359px) {
	/* 1280 × (800/854/1024) */
	.newslist_con ul li a .text h3{
		font-size: 20px;
	}
	.news_con .news_fl .tit h3{
		font-size: 28px;
		line-height: 1.5;
	}
}

@media all and (max-width:1279px) {
	/* 1152 × (864) */
}

@media all and (max-width:1151px) {
	/* 1024 × (600/768) */
	.news_con .news_fl{
		width: 100%;
		padding-right: 0;
		border-right: none;
	}
	.news_con .news_fr{
		display: none;
	}
}


/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {
	/* 平板设备 720 适配 */
	.newslist_con ul li,.newslist_con ul li:nth-child(3n){
		width: 49%;
		margin-right: 2%;
	}
	.newslist_con ul li:nth-child(2n){
		margin-right: 0;
	}
	.news_bot a{
		font-size: 16px;
	}
}

@media all and (max-width:768px) {
	.news_con .news_fl{
		padding-bottom: 0.6rem;
	}
	.news_con .news_fl .tit h3{
		font-size: 24px;
	}
	
}

@media all and (max-width:640px) {
	/* 移动终端以上 360 适配 */
	.newslist_con ul li,.newslist_con ul li:nth-child(3n){
		width: 100%;
		margin-right: 0;
		margin-bottom: 0.3rem;
	}
	.news_con .news_fl .tit h3{
		font-size: 20px;
	}
	.news_con .news_fl .con{
		font-size: 14px;
		line-height: 1.6;
	}
	.news_bot a{
		width: 100%;
		font-size: 14px;
	}
	.news_bot a span.fr{
		float: left;
	}
	.news_bot a.fr p{
		float: right;
		text-align: left;
	}
	.news_bot a span{
		width: 50px;
		margin: 0;
	}
	.news_bot a p{
		width: calc(100% - 50px);
	}
	
}

@media all and (max-width:480px) {}

@media all and (max-width:420px) {}

@media all and (max-width:376px) {}
</pre></body></html>